ContainerSettings Class

NAMESPACE

RASAdminEngine.Core.OutputModels.UserProfile.FSLogix

DESCRIPTION

FSLogix Container Settings

INHERITED FROM

RASSerilazableObj
ContainerSettings

INTERFACES

PUBLIC PROPERTIES

Type Name Description
AllocationType AllocationType Specifies the 'Allocation type'.
List<String> CCDLocations Specifies the 'CCDLocations'.
Boolean CustomizeProfileFolders Specifies whether the 'Customize Profile Folders' is enabled or disabled.
UInt32 DefaultSize Specifies the 'Default size'.
ExcludeCommonFolders ExcludeCommonFolders Specifies the 'Exclude Common Folders'.
List<FolderExclusion> FolderExclusionList Specifies the 'Folder Exclusion List'.
List<String> FolderInclusionList Specifies the 'Folder Inclusion List'.
LocationType LocationType Specifies the 'Location type'.
ProfileDiskFormat ProfileDiskFormat Specifies the 'Profile disk format'.
List<UserFilter> UserExclusionList Specifies the 'User Exclusion List'.
List<UserFilter> UserInclusionList Specifies the 'User Inclusion List'.
List<String> VHDLocations Specifies the 'VHD Locations'.

PUBLIC METHODS

Type Name Description
Int32 CompareTo (Object obj) Inherited from RASSerilazableObj
Void CopyFrom (ContainerSettings other)
Boolean Equals (Object obj) Inherited from RASSerilazableObj
Int32 GetHashCode () Inherited from RASSerilazableObj
Type GetType ()
String ToString ()

References to Types

ProfileContainerSettings