- Using the DevHub Library
- SDK Developers Guide
- Plug-ins Developer Guide
- Author-it XML Schema
- Aspect Developers Guide
- Aspect Custom Theming
- Live Custom Theming
- API Server Documentation
- Data Transfer Objects
- Enums
- Services
- Authentication Service
- Login(String, String, String) Method
- LoginEx(String, String, String, AuthorITModule) Method
- LoginWithActiveDirectory(String) Method
- LoginWithActiveDirectoryEx(String, AuthorITModule) Method
- LoginWithRemoteActiveDirectory(String, String, String) Method
- LoginWithRemoteActiveDirectoryEx(String, String, String, AuthorITModule) Method
- IsLoggedIn() Method
- Logout() Method
- Book Service
- File Service
- Get(Integer) Method
- Create(File) Method
- Update(File) Method
- GetSourceContent(Integer, OutputType) Method
- GetSourceContentResized(Integer, OutputType, Integer, Integer) Method
- GetConvertedContent(Integer, OutputType) Method
- GetConvertedContentResized(Integer, OutputType, Integer, Integer) Method
- SetSourceContent(Integer, Byte Array, String) Method
- Folder Service
- Hyperlink Service
- Library Service
- Localization Service
- ObjectCommon Service
- ApplyTemplate(Integer, Integer) Method
- CheckExists(Integer) Method
- CheckExistsByGuid(Guid) Method
- CheckExistsWithObjectType(Integer, ObjectType) Method
- GetObjectBrief(Integer) Method
- UpdateObjectBrief(ObjectBrief) Method
- GetObjectBriefs(Integer List) Method
- GetObjectBriefByGuid(Guid) Method
- GetIdForGuid(Guid) Method
- GetGuidForId(Integer) Method
- GetObjectsInFolder(Integer, ObjectListSort, SortDirection) Method
- Search(ObjectSearchCriteria List, ObjectListSort, SortDirection) Method
- GetXml(Integer) Method
- GetXmlAsDocument(Integer) Method
- SaveXml(String, Boolean, Boolean) Method
- Lock(Integer) Method
- LockMultiple(Integer List) Method
- Unlock(Integer) Method
- UnlockMultiple(Integer List) Method
- GetLockInformation(Integer) Method
- RenewLocks() Method
- Create(ObjectType, String, Integer, Integer) Method
- GetRelated(Integer, ObjectRelationship) Method
- GetTemplates(ObjectType, Boolean) Method
- GetTemplatesForObject(Integer) Method
- GetHistory(Integer, Boolean) Method
- GetXmlFromHistory(Integer, Integer) Method
- Move(Integer, Integer) Method
- MoveMultiple(Integer List, Integer) Method
- DuplicateToFolderWithDescription(Integer, Integer, String) Method
- DuplicateToFolder(Integer, Integer) Method
- DuplicateWithDescription(Integer, String) Method
- Duplicate(Integer) Method
- Replace(Integer, Integer) Method
- CreateVersion(Integer) Method
- SetActiveVersion(Integer) Method
- ChangeReleaseState(Integer, Integer) Method
- ChangeReleaseStateMultiple(Integer List, Integer) Method
- IsVariantParent(Integer) Method
- Delete(Integer) Method
- DeleteMultiple(Integer List) Method
- Permissions Service
- Publishing Service
- ReleaseState Service
- StructuredAuthoring Service
- Style Service
- Topic Service
- UserAccount Service
- Variable Service
- Xtend Service
- Licensing Service
- API Documentation
- Authorit.API Namespace
- Authorit.API.Configuration Namespace
- Authorit.API.Dto Namespace
- Authorit.API.Dto.Reviewer Namespace
- Authorit.API.Exceptions Namespace
- Authorit.API.Security Namespace
- UserCredentials Class
- UserCredentials.LibraryAlias Property
- UserCredentials.Domain Property
- UserCredentials.Username Property
- UserCredentials.Password Property
- UserCredentials.AuthenticationType Property
- UserCredentials.UserCredentials Constructor
- UserCredentials.UserCredentials Constructor (string)
- UserCredentials.UserCredentials Constructor (string, string, string)
- UserCredentials.UserCredentials Constructor (string, string, string, Authorit.API.Security.AuthenticationType)
- UserCredentials.UserCredentials Constructor (string, string, string, string, Authorit.API.Security.AuthenticationType)
- UserCredentials.UserCredentials Constructor (string, string)
- UserCredentials.GetAuthToken Function (string)
- UserCredentials.ToString Function
- UserCredentials.Equals Function (object)
- UserCredentials.GetSchema Function
- UserCredentials.ReadXml Function (System.Xml.XmlReader)
- UserCredentials.WriteXml Function (System.Xml.XmlWriter)
- AuthenticationType Enum
- Authorit.API.Services Namespace
- Authentication Class
- Authentication.Authentication Constructor
- Authentication.Login Function (string, string, string)
- Authentication.LoginEx Function (string, string, string, Authorit.API.Dto.AuthorITModule)
- Authentication.LoginWithActiveDirectory Function (string)
- Authentication.LoginWithActiveDirectoryEx Function (string, Authorit.API.Dto.AuthorITModule)
- Authentication.LoginWithRemoteActiveDirectory Function (string, string, string)
- Authentication.LoginWithRemoteActiveDirectoryEx Function (string, string, string, Authorit.API.Dto.AuthorITModule)
- Authentication.IsLoggedIn Function
- Authentication.Logout Function
- Book Class
- File Class
- File.File Constructor
- File.Get Function (int)
- File.Create Function (Authorit.API.Dto.File)
- File.Update Function (Authorit.API.Dto.File)
- File.GetSourceContent Function (int, Authorit.API.Dto.OutputType)
- File.GetSourceContentResized Function (int, Authorit.API.Dto.OutputType, int, int)
- File.GetConvertedContent Function (int, Authorit.API.Dto.OutputType)
- File.GetConvertedContentResized Function (int, Authorit.API.Dto.OutputType, int, int)
- File.SetSourceContent Function (int, byte[], string)
- Folder Class
- Hyperlink Class
- Library Class
- Licensing Class
- Localization Class
- ObjectCommon Class
- ObjectCommon.ObjectCommon Constructor
- ObjectCommon.ApplyTemplate Function (int, int)
- ObjectCommon.CheckExists Function (int)
- ObjectCommon.CheckExistsByGuid Function (System.Guid)
- ObjectCommon.CheckExistsWithObjectType Function (int, Authorit.API.Dto.ObjectType)
- ObjectCommon.GetObjectBrief Function (int)
- ObjectCommon.UpdateObjectBrief Function (Authorit.API.Dto.ObjectBrief)
- ObjectCommon.GetObjectBriefs Function (System.Collections.Generic.IList)
- ObjectCommon.GetObjectBriefByGuid Function (System.Guid)
- ObjectCommon.GetIdForGuid Function (System.Guid)
- ObjectCommon.GetGuidForId Function (int)
- ObjectCommon.GetObjectsInFolder Function (int, Authorit.API.Dto.ObjectListSort, Authorit.API.Dto.SortDirection)
- ObjectCommon.Search Function (System.Collections.Generic.IList, Authorit.API.Dto.ObjectListSort, Authorit.API.Dto.SortDirection)
- ObjectCommon.GetXml Function (int)
- ObjectCommon.GetXmlAsDocument Function (int)
- ObjectCommon.SaveXml Function (string, bool, bool)
- ObjectCommon.Lock Function (int)
- ObjectCommon.LockMultiple Function (System.Collections.Generic.IList)
- ObjectCommon.Unlock Function (int)
- ObjectCommon.UnlockMultiple Function (System.Collections.Generic.IList)
- ObjectCommon.GetLockInformation Function (int)
- ObjectCommon.RenewLocks Function
- ObjectCommon.Create Function (Authorit.API.Dto.ObjectType, string, int, int)
- ObjectCommon.GetRelated Function (int, Authorit.API.Dto.ObjectRelationship)
- ObjectCommon.GetTemplates Function (Authorit.API.Dto.ObjectType, bool)
- ObjectCommon.GetTemplatesForObject Function (int)
- ObjectCommon.GetHistory Function (int, bool)
- ObjectCommon.GetXmlFromHistory Function (int, int)
- ObjectCommon.Move Function (int, int)
- ObjectCommon.MoveMultiple Function (System.Collections.Generic.IList, int)
- ObjectCommon.DuplicateToFolderWithDescription Function (int, int, string)
- ObjectCommon.DuplicateToFolder Function (int, int)
- ObjectCommon.DuplicateWithDescription Function (int, string)
- ObjectCommon.Duplicate Function (int)
- ObjectCommon.Replace Function (int, int)
- ObjectCommon.CreateVersion Function (int)
- ObjectCommon.SetActiveVersion Function (int)
- ObjectCommon.ChangeReleaseState Function (int, int)
- ObjectCommon.ChangeReleaseStateMultiple Function (System.Collections.Generic.IList, int)
- ObjectCommon.IsVariantParent Function (int)
- ObjectCommon.Delete Function (int)
- ObjectCommon.DeleteMultiple Function (System.Collections.Generic.IList)
- Permissions Class
- Publishing Class
- ReleaseState Class
- ServiceBase Class
- StructuredAuthoring Class
- Style Class
- Topic Class
- UserAccount Class
- Variable Class
- Xtend Class