Class DataRowAttachment
Inherited Members
Namespace: PnP.Framework.Provisioning.Model.SharePoint.InformationArchitecture
Assembly: PnP.Framework.dll
Syntax
public class DataRowAttachment : BaseModel, IProvisioningTemplateDescendant
public class DataRowAttachment : BaseModel, IProvisioningTemplateDescendant
public DataRowAttachment()
The Name of the File Attachment
public String Name { get; set; }
String
|
Defines whether to overwrite an already existing file or not
public Boolean Overwrite { get; set; }
Boolean
|
The Src of the File
public String Src { get; set; }
String
|
Compares DataRowAttachment object based on Name, Src, and Overwrite
public bool Equals(DataRowAttachment other)
DataRowAttachment
other
User DataRowAttachment object |
System.Boolean
true if the DataRowAttachment object is equal to the current object; otherwise, false. |
Compares object with DataRowAttachment class
public override bool Equals(object obj)
System.Object
obj
Object that represents DataRowAttachment |
System.Boolean
Checks whether object is DataRowAttachment class |
Gets the hash code
public override int GetHashCode()
System.Int32
Returns HashCode |