| Member | Description |
|---|---|
Constructor |
Constructor |
GetAttachmentByObjectLinkedToAndCategory |
public virtual Guid GetAttachmentByObjectLinkedToAndCategory( Guid linkedObjectId, string category ); |
GetAttachmentIdByLinkedObjectId |
Retrieves the attachment id (pk) for an attachment linked to public virtual Guid GetAttachmentIdByLinkedObjectId( Guid linkedObjectId ); |
GetAttachmentsByObjectLinkedTo |
Returns a list of all file attachments attached to the specified object id. public virtual DataSet GetAttachmentsByObjectLinkedTo( Guid linkedObjectId ); |
GetAttachmentsByObjectLinkedToAndCategory |
Returns a list of all file attachments attached to the specified object id. public virtual DataSet GetAttachmentsByObjectLinkedToAndCategory( Guid linkedObjectId, string category ); public virtual DataSet GetAttachmentsByObjectLinkedToAndCategory( Guid linkedObjectId, |
IsObjectLinkedToAttachment |
public virtual bool IsObjectLinkedToAttachment( Guid attachmentId, Guid linkedObjectId ); |
LinkAdditionalObject |
Links a new object to an attachment that already exists in the database. public virtual bool LinkAdditionalObject( Guid attachmentId, Guid newLinkedObjectId ); |
UnassignAttachment |
Unassigns an attachment from the specified object ID. public virtual void UnassignAttachment( Guid linkedObjectId ); |