struct
ProjectLibrarySynchronizedPackageEntry
Represents a package containing all resources from a single source resource.
Public
Constructors
ProjectLibrarySynchronizedPackageEntry
ProjectLibrarySynchronizedPackageEntry
Methods
IsPartOfSynchronizedPackage
Returns true if this entry is synchronized with a source resource.
Such entries cannot be modified and can only be re-imported from their associated source resource.
GetParentSynchronizedPackage
Gets the parent synchronized package, if this entry is part of one.
Or null otherwise.
staticCreate
Creates a new synchronized package entry.
- relativePath
- Path to the entry, relative to the project library imported resources folder.
- parent
- Container in which to place the created entry in.
Returns: Newly created entry.
staticGetRttiStatic
IsReadOnly
Returns true if entry cannot be modified, moved or deleted.
Entry will be read-only if it is read only, or its parent is read only.
GetParent
Returns the parent of this library entry, unless this is root entry, in which case it is null.
Fields
MetaData
Meta file containing information about the resource.
RelativePath
Path to the entry, relative to project library imported resources folder., e.g. '/path/to/resource'.
Name
Name of the entry.
Case sensitive.