Gets or sets the unique identifier of the folder the master is contained in.
Namespace: ConnectedApps.Cms.Entities.LayoutAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Guid FolderId { get; set; }
Public Property FolderId As Guid
Get
Set
public:
property Guid FolderId {
Guid get ();
void set (Guid value);
}
member FolderId : Guid with get, set
Property Value
Type:
Guid
See Also