Class ModifyFolderPayloadDataAttributes
Namespace: Autodesk.DataManagement.Model
Assembly: Autodesk.DataManagement.dll
The properties of the folder that can be modified.
[DataContract]
public class ModifyFolderPayloadDataAttributes
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
ModifyFolderPayloadDataAttributes()
Initializes a new instance of the
public ModifyFolderPayloadDataAttributes()
Properties
Name
The new folder name (1-255 characters).
Avoid using the following reserved characters in the name: <
, >
, :
, "
, /
, \
, |
, ?
, *
, '
, \n
, \r
, \t
, \0
, \f
, ¢
, ™
, $
, ®
.
When a deleted folder is restored, it keeps its original name. However, if a name conflict occurs, you must provide a new unique name for it.
[DataMember(Name = "name", EmitDefaultValue = false)]
public string Name { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object.
public override string ToString()
Returns
String presentation of the object.