Enum AdfGetMetadataFieldListType
C#
public enum AdfGetMetadataFieldListType
Fields
LastModified | Date that the entity was last modified. |
LastModifiedAndStructure | Both the Last Modified and the Structure are selected. |
Size | Size of the entity. |
SizeAndLastModified | Both the Size and the Last Modified are selected |
SizeAndStructure | Both the Size and Structure are selected. |
SizeLastModifiedAndStructure | All three options are selected. This is the default value. |
Structure | Structure of the entity. |