FolderParentFolderId Property |
Gets the unique identifier for the parent folder. This value will be an empty Guid in the case of the root folder.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Guid ParentFolderId { get; }
Public ReadOnly Property ParentFolderId As Guid
Get
public:
property Guid ParentFolderId {
Guid get ();
}
member ParentFolderId : Guid with get
Property Value
Type:
Guid
See Also