FileSystemHelper Class

Helper methods for file system related operations.
Inheritance Hierarchy
SystemObject
  Dundas.BI.FileSystemFileSystemHelper

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static class FileSystemHelper

The FileSystemHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetFriendlyName(ObjectType)
Gets the friendly display name for the specified object type.
Public methodStatic memberGetFriendlyName(ObjectType, Int32)
Gets the friendly display name for the specified object type.
Public methodStatic memberIsEntityType
Determines whether the specified type corresponds to an entity.
Public methodStatic memberIsFileType
Determines whether the specified type corresponds to a file.
Public methodStatic memberIsFolderType
Determines whether the specified type corresponds to a folder.
Public methodStatic memberIsNativeStructureType
Determines whether the specified type corresponds to a native structure.
Public methodStatic memberIsNonEntityFileType
Determines whether the specified type corresponds to a non-entity file.
Public methodStatic memberIsQuotaEnabledObjectType
Determines whether objects of the specified type can be controlled by quotas.
Public methodStatic memberIsResourceType
Determines whether the object type is a resource.
Public methodStatic memberIsUserInputType
Determines whether the object type is a user input file.
Public methodStatic memberIsVersionControlled
Determines whether objects of the specified type of object can be checked in and out.
Public methodStatic memberIsViewType
Determines whether the specified type corresponds to a View.
Top
See Also